:art: Add TODO

huangqimin001 3 years ago
parent
commit
4b7b006a10
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api/eqpt_views.py

+ 2 - 0
api/eqpt_views.py

@@ -30,6 +30,8 @@ def eqpt_bind(request):
30 30
             'sn': sn,
31 31
         })
32 32
 
33
+    # TODO: Call CarePatch's API, batch or single
34
+
33 35
     return response()
34 36
 
35 37